Fenchel conjugate
convex conjugate,
Legendre transform,
Legendre-Fenchel transformation
#convex_optimization
#convex_optimization
Definition
Suppose function which is convex and differentiable, where . then any maximizer of satisfies , conversely, if satisfies , then maximizes . Therefore, if , have
Or, let be arbitary, define , then
or simply, given function ,
Notes
- Intuition: for given slope, find "highest" line that minorizes (i.e. lives below) function, i.e. line with largest possible intercept, which is
- role in Fenchel duality
References
- https://en.m.wikipedia.org/wiki/Convex_conjugate
- S. P. Boyd and L. Vandenberghe, Convex optimization, 2004, p. 95. [Online]. Available: https://web.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf doi: 10.1017/CBO9780511804441 ISBN: 9780521833783
- https://www.stat.cmu.edu/~siva/teaching/725/lec12.pdf